Users can create customized HTML Menuboard and Scoreboard templates to be assigned as Displayboards. Users can define content to be displayed within the custom HTML
Menuboards display Content uploaded to Digital Signage Maintenance via the Back Office. Menuboard Content can include .jpg, and .png images, web URLs, shockwave files, and a variety of other file types. Menuboards allow users to define tags to display content directly from Item Maintenance. This allows items to automatically update, reflecting any changes made to item data.
Note that Menuboard templates must be named menuboard.html. In addition, any images or embedded content must be within the directory containing the HTML file. Sample Menuboard templates are available on the Dealer Portal.
Tag | Description | Example |
---|---|---|
[NAME:FPOS Item Name] | Returns the Item Description configured in Item Maintenance for the Item Name provided in the HTML tag | [NAME:BEV-LG SODA] returns Large Coke |
[PRICE:FPOS Item Name] | Returns the Item Price configured in Item Maintenance for the Item Name provided in the HTML tag | [PRICE:BEV-LG SODA] returns 1.75 |
Scoreboards display sales information including items sold, price, and sale total, as the sale is rung up on the Front End. Scoreboards are used in conjunction with rotating Ad Displays or Menuboards. When there is no open sale on the Front End, the Ad Display or Menuboard is displayed. When a sale is started, the Scoreboard will be displayed, showing items in real time as they are rung up. When the sale is settled the Menuboard or Ad Display will reappear until another sale is started.
Users can access Scoreboard display settings by clicking the Set Scoreboard Display Styles button in the Displayboard Edit window in the Back Office. From the Scoreboard Display Styler window, users can configure Scoreboard Table Settings, Body Settings, Even Line Settings, and Odd Line Settings.
Note that Scoreboard templates must be named scoreboard.html. In addition, any images or embedded content must be within the directory containing the HTML file. Sample Scoreboard templates are available on the Dealer Portal.
Tag | Description |
---|---|
[SCOREBOARD] | Will replace the tag with the Item Description as configured in Item Maintenance |
[COUPONTOTAL] | Will replace the tag with the Coupon Total (Future Fusion version 94 and higher only) |
[DISCOUNTTOTAL] | Will replace the tag with the Discount Total (Future Fusion version 94 and higher only |
[TAXTOTAL] | Will replace the tag with the Tax Total (Future Fusion version 96.11 and higher only) |
[TOTAL] | Will replace the tag with the Sale Total |
In order to display content, Content will need to be added to the Dynamic Content Assignment section of the Displayboard Edit window. Users can then define tags within the custom HTML templates to display the Content defined in the Displayboard Edit window. Users can also change the displayed Content by simply editing the Content selected in the Content drop downs in the Dynamic Content Assignment section, rather than editing the HTML templates. For example, [CONTENT_1] replaces the tag with the Content assigned in the Content 1 drop down.